draw XP status bar grip, toolbar grip properly
authorDom Lachowicz <doml@src.gnome.org>
Wed, 1 Dec 2004 16:13:06 +0000 (16:13 +0000)
committerDom Lachowicz <doml@src.gnome.org>
Wed, 1 Dec 2004 16:13:06 +0000 (16:13 +0000)
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-6
ChangeLog.pre-2-8
modules/engines/ms-windows/msw_style.c

index f61f94a0bf3ced26ee4d2ffeb3f979a9e7d492e2..bb77ac494e02462815029ac31056c235779bc81e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -11,6 +11,8 @@
 2004-12-01  Dom Lachowicz <cinamod@hotmail.com>
 
        * modules/engines/ms-windows/Theme/gtk-2.0/gtkrc: use MS Windows button order, not Gnome HIG order
+       * modules/engines/ms-windows/msw_style.c (draw_handle): Draw XP toolbar grippie handle properly
+       (draw_resize_grip): Draw XP status bar grippie handle properly
 
 2004-11-30  Dom Lachowicz <cinamod@hotmail.com>
 
index f61f94a0bf3ced26ee4d2ffeb3f979a9e7d492e2..bb77ac494e02462815029ac31056c235779bc81e 100644 (file)
@@ -11,6 +11,8 @@
 2004-12-01  Dom Lachowicz <cinamod@hotmail.com>
 
        * modules/engines/ms-windows/Theme/gtk-2.0/gtkrc: use MS Windows button order, not Gnome HIG order
+       * modules/engines/ms-windows/msw_style.c (draw_handle): Draw XP toolbar grippie handle properly
+       (draw_resize_grip): Draw XP status bar grippie handle properly
 
 2004-11-30  Dom Lachowicz <cinamod@hotmail.com>
 
index f61f94a0bf3ced26ee4d2ffeb3f979a9e7d492e2..bb77ac494e02462815029ac31056c235779bc81e 100644 (file)
@@ -11,6 +11,8 @@
 2004-12-01  Dom Lachowicz <cinamod@hotmail.com>
 
        * modules/engines/ms-windows/Theme/gtk-2.0/gtkrc: use MS Windows button order, not Gnome HIG order
+       * modules/engines/ms-windows/msw_style.c (draw_handle): Draw XP toolbar grippie handle properly
+       (draw_resize_grip): Draw XP status bar grippie handle properly
 
 2004-11-30  Dom Lachowicz <cinamod@hotmail.com>
 
index f61f94a0bf3ced26ee4d2ffeb3f979a9e7d492e2..bb77ac494e02462815029ac31056c235779bc81e 100644 (file)
@@ -11,6 +11,8 @@
 2004-12-01  Dom Lachowicz <cinamod@hotmail.com>
 
        * modules/engines/ms-windows/Theme/gtk-2.0/gtkrc: use MS Windows button order, not Gnome HIG order
+       * modules/engines/ms-windows/msw_style.c (draw_handle): Draw XP toolbar grippie handle properly
+       (draw_resize_grip): Draw XP status bar grippie handle properly
 
 2004-11-30  Dom Lachowicz <cinamod@hotmail.com>
 
index 76e7089c5dc4815821b5761fbe1b601f95c5b840..93052c5963c6a899d79d206e13291e1b63fab641 100755 (executable)
@@ -1784,7 +1784,7 @@ draw_resize_grip (GtkStyle      *style,
                        gint           height)
 {
        if (detail && !strcmp(detail, "statusbar")) {
-               if (!xp_theme_draw(window, XP_THEME_ELEMENT_STATUS_GRIPPER, style, x, y, width, height,
+               if (xp_theme_draw(window, XP_THEME_ELEMENT_STATUS_GRIPPER, style, x, y, width, height,
                            state_type, area))
                        return;
        }
@@ -1807,7 +1807,7 @@ draw_handle (GtkStyle        *style,
             gint             height,
             GtkOrientation   orientation)
 {
-  if (GTK_IS_HANDLE_BOX (widget))
+  if (is_toolbar_child (widget))
     {
       XpThemeElement hndl;